﻿@charset "UTF-8";

/*header-start*/
.header-top{
	width: 100%;
	height: 42px;
	background: #090909;
}
#LRfloater0{left: auto !important;right: 0px !important;top: 150px;position: fixed !important;display:none !important;}
.header-sel{float: left;}
.header-sel li{float: left;margin-right: 2px;position: relative;}
.header-sel .sel-item{
	width: 100px;
	height: 42px;
	background: #333;
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header-sel .sel-item a{display:block;color:#888;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.header-sel .sel-down{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.header-sel .sel-down img{
	width: 125px;
	height: 125px;
}
.header-sel .sel-down a{
	display: block;
	padding: 5px 5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header-sel .sel-down a:hover{color: #e73208}
.header-sel li:hover .sel-item{color:#eee;}
.header-sel .sel-item a:hover{color: #eee}
.header-sel li:hover .sel-down{
	opacity: 1;
	visibility: visible;
	z-index: 10;
}
.btn-jszx{
	float: right;
	font-size: 14px;
	color: #fff;
	background: #e73208;
	text-align: center;
	line-height: 42px;
	padding:0 15px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-jszx:hover{background:#ca2f0b}
.search-box{
	float: right;
	margin-top: 9px;
	margin-right: 20px;
	border-bottom: 1px solid rgba(112,111,110,.5);
}
.search { height: 30px; line-height: 40px; position: relative; width: 162px;float: right; padding:2px 0;margin-left: 80px;}
.search span { background: #0B999B; color: #FFF; position: relative; line-height: 40px; display: inline-block; padding: 0 15px; margin-right: 10px; }
.search span:after { content: ""; position: absolute; top: 50%; left: 100%; margin-top: -8px; border: solid transparent; border-left-color: #0B999B; border-width: 8px; }
#search_text { border: 1px solid #888; height: 26px; line-height: 26px; padding: 0 10px; width: 160px; position: absolute; right: 70px; top: 7px; color:#FFF }
#search_submit { background: #F00; height: 26px; width: 60px; position: absolute; right: 10px; top: 7px; color: #000; cursor: pointer; }
.search-box .search{
	font-size: 12px;
	line-height:16px;
	padding:2px 0;
	width: 162px;
	height: 20px;
	color: #888;
}
.search-box .search-btn{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #888;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.search-box .search-btn:hover{color: #fff;}
.hotline{margin-top: 10px;float: right;margin-right: 12px;}
.hotline .m-text{line-height: 22px;color: #f3f3f3;}
.hotline .m-text span{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background:url(images/icon-phone.svg) no-repeat center center #e73208;
	border-radius: 50%;
	font-size: 8px;
	text-align: center;
	line-height: 14px;
	color: #fff;
	margin-right: 4px;
}
.hotline p{font-size: 20px;color: #e73208;font-weight: bold;line-height: 1;}
.header-topbar{
	width: 100%;
	height: 98px;
	position: relative;
}
.header-fix{
	width: 100%;
	height: 98px;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.header-topbar.fixed .header-fix{
	position: fixed;
	top:0;
	left: 0;
	z-index: 500;
}
.header-fix .logo{
	float: left;
	width: 200px;
	height: 68px;
	margin-top: 15px;
}
.header-fix .logo img{
	width: 100%;
	height: 100%;
	display: block;
}
.slogan{
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	height: 68px;
	border-left: 1px solid #e5e5e5;
	padding-left: 20px;
	padding-top: 5px;
}
.slogan h2{font-size: 28px;font-weight: bold;line-height: 32px;letter-spacing: 3px;}
.slogan h3{
	font-size: 20px;
	line-height: 26px;
}
.navbar{float: right;}
.navitem{float: left;position: relative;padding:0 32px;cursor: pointer;}
.navitem>a{
	display: block;
	position: relative;
	height:98px;
	overflow: hidden;
	font-size: 18px;
	line-height: 98px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.navitem:hover>a{color: #e73208;}
.navitem.active>a{color: #e73208;font-weight:600;}
.nav-tip{
	font-size: 12px;
	color: #fff;
	line-height: 19px;
	padding:0 8px;
	background: #e73208;
	border-radius: 9px;
	position: absolute;
	right:0;
	top:20px;
}
.nav-tip::after{
	content: '';
	width: 9px;
	height: 9px;
	background: url(images/sjx_03.png) no-repeat center;
	position: absolute;
	bottom: -4px;
	left: 13px;
}
.navitem .subnav {
    min-width: 180px;
    max-width: 250px;
    background-color: #fff;
    border-top: 1px solid #f0f1f2;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
            box-shadow: 0 3px 10px rgba(0,0,0,.08);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 200;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    padding: 13px 0 15px;
}
.navitem:hover .subnav {
    visibility: visible;
    opacity: 1;
}
.navitem .subnav li {
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.navitem .subnav li:last-child{border-bottom: none;}
.navitem .subnav li a {
    display: block;
    padding:12px 32px;
    color: #666;
    font-size: 14px;
    line-height:20px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navitem .subnav li a i {
    line-height: 18px;
    font-size:12px;
    position: absolute;
    right: 0;
    top:9px;
}
.navitem .subnav li:hover a{
	-webkit-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	        transform: translateX(5px);
	color: #e73208
}
@media (max-width: 1429px){
  .navitem{padding:0 20px;}
  .navitem .subnav li a{padding:12px 20px;}
  .nav-tip{right: -9px;}
}
/*header-end*/
/*banner-start*/
.flexslider{position: relative;}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flex-control-paging{
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	z-index: 4;
}
.flex-control-paging li{
	display: inline-block;
	vertical-align: middle;
}
.flex-control-paging li a {
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(231, 50, 8, 0.5);
    font-size: 0;
    margin:0 5px;
    -webkit-transition:all  .5s;
    -o-transition:all  .5s;
    transition:all  .5s;
}
.flex-control-paging li .flex-active{
	width: 20px;
	background:#e73208;
}
#bannerSlide{height: 550px;}
#bannerSlide .flex-direction-nav .flex-prev, 
#bannerSlide .flex-direction-nav .flex-next {
    display: block;
    width:50px;
    height:60px;
    background:rgba(158, 158, 158, 0.56);
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size:0;
    text-align: center;
    line-height:60px;
    color:#fff;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
#bannerSlide .flex-direction-nav .flex-prev{
	left:-60px;
}
#bannerSlide .flex-direction-nav .flex-next{
	right: -60px;
}
#bannerSlide:hover .flex-direction-nav .flex-prev{
	left:0;
}
#bannerSlide:hover .flex-direction-nav .flex-next{
	right: 0;
}
.flex-direction-nav a.flex-prev:before {
    content: '\e601';
}
.flex-direction-nav a.flex-next:before {
    content: '\e602';
}
.flex-direction-nav a:before{
	font-family:"iconfont";
	font-size: 24px;
}
#bannerSlide .flex-direction-nav .flex-prev:hover,
#bannerSlide .flex-direction-nav .flex-next:hover{
	background: #e73208;
}
#bannerSlide .slides li{position: relative;}
.banner-cont{
	display: block;
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner-cont .container-middle{height: 100%;}
.banner-cont .hr{
	width: 25px;
	height: 3px;
	background: #fff;
	margin:28px 0 13px;
}
.banner-cont .text1{
	font-size: 38px;
	line-height: 45px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 44px; 
}
.banner-cont .text2{
	font-size: 18px;
	line-height: 30px;
	font-weight: lighter;
	color:#fff;
	margin-bottom: 44px;
}
.btn-more{
	display: inline-block;
	width: 166px;
	height: 46px;
	background:url(images/more_01.png) no-repeat right center;
	font-size: 16px;
	line-height: 46px;
	cursor: pointer;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn-more span{display: inline-block;color:#333;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.banner-cont .btn-more{
	background-image: url(images/more_02.png);
}
.banner-cont .btn-more span{color: #fff}
.btn-more:hover{
	background-image: url(images/more_03.png);
}
.btn-more:hover span{
	color: #e73208;
	-webkit-transform: translateX(55px);
	    -ms-transform: translateX(55px);
	        transform: translateX(55px);
}
@media (max-width: 1429px){
  #bannerSlide{height: 600px;}
  .banner-cont{height: 600px;}
}
/*banner-end*/
/*home-product-satrt*/
.home-product{padding-bottom: 60px;}
.h-product-top{margin:0 -1.5px;}
.h-product-top li{
	float: left;
	width: 33.333333333%;
	padding:0 1.5px;
}
.h-product-top .m-box{
	display: block;
	background: #fff;
	-webkit-box-shadow: 1px 0 17px 0 rgba(0,0,0,.1);
	        box-shadow: 1px 0 17px 0 rgba(0,0,0,.1);
	padding:18px 0;
	position: relative;
}
.h-product-top .m-cont{
	width: 40%;
	padding:0 1.5% 0 5%;
	position: absolute;
	left: 0;
	top:50%;
	margin-top:-76px;
}
.h-product-top .m-tit{
	font-size: 22px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.h-product-top .m-des{
	font-size: 15px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin:4px 0 15px;
}
.h-product-top .m-fig{
	float: right;
	width: 58.93%;
	overflow: hidden;
}
.h-product-top .m-fig img{
	width: 100%;
	display: block;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.h-product-top .m-box:hover .m-tit{color:#e73208;}
.h-product-top .m-box:hover .m-fig img{
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}
.h-product-top .m-box:hover .btn-more{
	background-image: url(images/more_03.png);
}
.h-product-top .m-box:hover .btn-more span{
	color: #e73208;
	-webkit-transform: translateX(55px);
	    -ms-transform: translateX(55px);
	        transform: translateX(55px);
}
.h-product-cent{margin-top:60px;}
#productSlide .m-box{
	border:4px solid #e73208;
	position: relative;
}
#productSlide .m-pic{
	width: 920px;
	height: 555px;
	overflow: hidden;
} 
#productSlide .m-pic img{
	width: 100%;
	height: 100%;
}
#productSlide .m-right{
	width: 472px;
	height: 100%;
	background: #e73208;
	position: absolute;
	top:0;
	right: 0;
	z-index: 2;
	padding:54px 52px 0 100px;
}
#productSlide .m-tit{
	text-align: right;
	font-size: 26px;
	color: #fff;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}
#productSlide .m-cont{
	position: absolute;
	bottom: 0;
	right: 52px;
	width: 458px;
	height: 405px;
	background: #fff;
	z-index: 4;
	padding:28px 63px 115px 50px;
	border-left: 3px solid #e73208;
}
#productSlide .m-des{
	max-height: 260px;
}
#productSlide .m-des p{
	font-size: 17px;
	line-height: 30px;
	color: #666;
	padding:15px 0;
	border-bottom: 1px solid #cfcfcf;
}
#productSlide .m-des p:last-child{border-bottom:none;}
#productSlide .btn-more{
	position: absolute;
	bottom: 50px;
	left: 50px;
}
#productSlide .flex-direction-nav{
	position: absolute;
	top:64px;
	right: 394px;
	z-index: 10;
}
#productSlide .flex-direction-nav li{
	display: inline-block;
	vertical-align: middle;
}
#productSlide .flex-prev,
#productSlide .flex-next{
	display: block;
	width: 40px;
	height: 40px;
	color:rgba(255,255,255,.5);
	line-height: 40px;
	font-size: 0;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#productSlide .flex-direction-nav a:before{font-size: 18px;}
#productSlide .flex-prev:hover,
#productSlide .flex-next:hover{
	color:#fff;
}
@media (max-width: 1429px){
  .h-product-top .m-cont{width: 44%;padding:0 10px;}
  .h-product-top .m-fig{width: 55%;}
  #productSlide .m-pic{width: 787px;height: 475px;}
  #productSlide .m-right{width: 405px;padding:46px 44px 0 100px;}
  #productSlide .m-cont{
  	width: 390px;
  	height: 344px;
  	right: 44px;
  	padding: 29px 40px 100px 24px;
  }
  #productSlide .btn-more{left: 40px;bottom: 40px;}
  #productSlide .m-des p{padding: 10px 0;}
  #productSlide .flex-direction-nav{right:326px;}
  #productSlide .m-des{
	max-height: 220px;
}
}
/*home-product-end*/
/*home-about-start*/
.home-about{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding:68px 0;
}
.h-about{text-align: center;color:#fff;}
.h-about .h-tit{font-size: 42px;}
.h-about .h-des{font-size: 18px;margin:5px auto 37px auto;width: 800px;}
.h-about .h-hr{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.3);
	margin:0 auto;
	position:relative;
}
.h-about .h-hr::after{
	content: '';
	width: 30px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	top:-1px;
	margin-left: -15px;
}
.home-about-num{text-align: center;margin-top:30px;}
.home-about-num li{
	display: inline-block;
	vertical-align: middle;
	padding:0 72px;
	color:#fff;
}
.home-about-num .single-num{
	display: inline-block;
	vertical-align: middle;
	font-family: "HelveticaNeue";
	font-size: 80px;
	line-height: 1;
}
.home-about-num .num span{
	font-family: "Arial";
	font-size: 30px;
	line-height: 80px;
	display: inline-block;
	vertical-align: middle;
}
.home-about-num li:last-child .num span{
	font-size: 20px;
}
.home-about-num p{font-size: 16px;}
/*home-about-end*/
/*home-WhyUs-start*/
.home-whyus{padding: 20px 0}
.whyus-title{font-size:42px;}
.whyus-ri{float: right;width: 68%;height: 635px;overflow: hidden;}
.whyus-ri img{
	width: 100%;
	height: 100%;
	display: block;
}
.whyus-le{float: left;width:32%;padding-top:33px;padding-right: 3px;}
.whyus-list{margin-top: 37px;}
.whyus-list li{
	position: relative;margin-top: 5px;
	z-index: 1;
}
.whyus-list li:after{
	content: '';
	width: 520px;
	height: 100%;
	background: url(images/home_05.png) no-repeat;
	background-size: cover;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.whyus-list .m-cont{
	display: block;
	width: 100%;
	height: 164px;
	border:1px solid #d9d9d9;
	padding:0 40px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.whyus-list .m-icon{
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
}
.whyus-list .m-icon img{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.whyus-list .m-icon .aft{
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
}
.whyus-list .m-text{margin-left: 65px;}
.whyus-list .m-tit{
	font-size: 22px;line-height: 25px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.whyus-list .m-des{
	font-size: 18px;line-height: 20px;margin-top: 5px;color:#666;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.whyus-list li:hover .m-icon .bef{opacity: 0;}
.whyus-list li:hover .m-icon .aft{opacity: 1;}
.whyus-list li:hover::after{opacity: 1}
.whyus-list li:hover .m-tit,
.whyus-list li:hover .m-des{color:#fff;}
.whyus-list li:hover .m-cont{border-color:transparent;}
@media (max-width: 1429px){
	.whyus-le{padding-top: 22px;}
	.whyus-ri{height: 544px;}
	.whyus-list{margin-top: 30px;}
	.whyus-list .m-cont{height: 140px;}
	.whyus-list li:after{width: 444px;}
}
/*home-WhyUs-end*/
/*home-area-start*/
.home-title{
	text-align: center;
	padding:33px 0 35px;
}
.home-title h4,h3,h2{font-size: 36px;line-height: 56px;}
.home-title p{font-size: 22px;color: #666;}
.home-title .red{color:#ff0000;}
.home-area{margin:0 -10px;}
.home-area li{float: left;margin:0 10px 20px 10px;}
.home-area li a{display: block;position: relative;overflow: hidden;}
.home-area .area1{width: 690px;height: 565px}
.home-area .area2{width:335px;height: 275px}
.home-area .area3{width:690px;height: 270px;}
.home-area li a img{
	width: 100%;
	display: block;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.home-area .m-cont{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	color:#fff;
	padding: 15px 25px;
	background-size: cover;
	-webkit-transform: translateY(66px);
	-ms-transform: translateY(66px);
	transform: translateY(66px);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.home-area li a::after{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background:url(images/home_13.png) no-repeat center bottom;
}
.home-area .m-tit{
	font-size: 22px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.home-area .m-des{
	line-height: 20px;
	margin-top: 6px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.home-area li:hover a img{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.home-area li:hover .m-cont{-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
.home-area li:hover .m-des{opacity: 1}
.home-area-zx{text-align: center;padding:20px 0;}
.btn-mfjszx{
	display: inline-block;
	font-size: 16px;
	line-height: 44px;
	padding:0 44px;
	text-align: center;
	color: #fff;
	background: #e73208;
	border-radius: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-mfjszx i{font-size: 22px;margin-right: 6px;vertical-align: middle;}
.btn-mfjszx:hover{
	background:#ca2f0b;
}
@media (max-width: 1429px){
	.home-area .area1{width:590px;height:483px;}
	.home-area .area2{width:285px;height: 234px;}
	.home-area .area3{width:590px;height: 231px}
	.home-area .m-cont{padding:24px 30px;}
}
/*home-area-end*/
/*home-news-start*/
.home-news{padding-bottom: 40px;}
.home-news-fir{margin:0 -10px;}
.h-news-item{float: left;width: 690px;height: 305px;margin:0 10px;}
.h-news-item .m-pic{
	float: left;
	width: 430px;
	height: 100%;
	overflow: hidden;
}
.h-news-item .m-pic img{
	width: 100%;
	display: block;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.h-news-item .m-cont{
	float: left;
	width: 260px;
	height: 100%;
	border:1px solid #d9d9d9;
	padding:45px 48px 43px 38px;
}
.h-news-item .m-tit{
	font-size: 20px;line-height: 28px;
	height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.h-news-item .m-des{
	line-height: 22px;
	color: #888;
	margin: 10px 0 36px;
	height:88px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.h-news-item .time{font-size: 16px;color: #666;}
.h-news-item:hover .m-pic img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.h-news-item:hover .m-tit{color:#cb320e;}
.home-news-sec{
	margin-top: 40px;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
.h-news-li{
	float: left;
	width: 33.333333%;
	padding:36px 0 34px;
	border-left:1px solid #d9d9d9;
}
.h-news-li.li_1{border-left: none;}
.h-news-li.li_1 .m-cont{float: left;}
.h-news-li.li_2 .m-cont{margin:0 auto;}
.h-news-li.li_3 .m-cont{float: right;}
.h-news-li .m-cont{width: 320px;}
.h-news-li .m-tit{
	font-size: 20px;
	line-height: 28px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-o-transition: all .3s;
	transition: all .3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.h-news-li .m-des{
	line-height: 22px;
	color: #888;
	height:44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:10px 0 18px;
}
.h-news-li .time{font-size: 16px;color: #666;}
.h-news-li:hover .m-tit{color:#cb320e;}
@media (max-width: 1429px){
	.h-news-item{width: 590px;height: 260px;}
	.h-news-item .m-pic{width: 366px;}
	.h-news-item .m-cont{width: 224px;padding: 26px 30px;}
	.h-news-item .m-des{margin: 10px 0 30px;}
}
/*home-news-end*/
/*home-partner-start*/
.home-partner{padding:10px 0;}
#partnerSlide .slides > li {
    overflow: hidden;
}
#partnerSlide .slides li img{
	width: 100%;
	display: block;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
#partnerSlide .slides li:hover img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
#partnerSlide .flex-direction-nav .flex-prev, 
#partnerSlide .flex-direction-nav .flex-next{
	width: 32px;
	height: 32px;
	border:1px solid transparent;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	font-size: 0;
	color: #d1d1d1;
	position: absolute;
	top:50%;
	margin-top: -16px;
	z-index: 4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#partnerSlide .flex-direction-nav .flex-prev{left: -34px}
#partnerSlide .flex-direction-nav .flex-next{right: -34px;}
#partnerSlide .flex-direction-nav a:before{font-size: 18px;}
#partnerSlide .flex-direction-nav .flex-prev:hover, 
#partnerSlide .flex-direction-nav .flex-next:hover{
	color:#e73208;
	border-color:#e73208;
}
@media (max-width: 1550px){
	#partnerSlide .flex-direction-nav .flex-prev{left:0}
	#partnerSlide .flex-direction-nav .flex-next{right:0}
}
/*home-partner-end*/
/*home-consulting-start*/
.home-consulting{padding:24px 0;background: #e73208;}
.home-consulting .tit{
	float: left;
	font-size: 24px;font-weight:bold;color:#fff;line-height: 42px;
}
.consult-form{float: right;}
.select-box,.input-box{
	position: relative;
	width: 207px;
	height: 42px;
	background: #fff;
}
.select-box select{
	border: none;
	outline: none;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 22px;
	color: #888;
	padding:10px 20px;
}
.select-box .select-down{
	pointer-events: none;
	width: 12px;
	height: 6px;
	background:url(images/select-down.png) no-repeat;
	position: absolute;
	right: 10px;
	top:50%;
	margin-top: -3px;
}
.input-box input{
	width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 22px;
	color: #888;
	padding:10px 20px;
}
.input-box input::-webkit-input-placeholder{
   color: #888;
}
.input-box input::-moz-placeholder{
    color: #888;
}
.input-box input:-moz-placeholder{
    color: #888;
}
.input-box input:-ms-input-placeholder{ 
    color: #888;
}
.btn-ok{
	width: 142px;
	height: 42px;
	line-height: 22px;
	font-size: 16px;
	background: #fff;
	color:#e73208;
	text-align: center;
	padding:10px 20px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-ok:hover{background:rgba(255,255,255,.8);}
.consult-form .select-box,
.consult-form .input-box,
.consult-form .btn-ok{float: left;margin-left: 10px;}
@media (max-width: 1429px){
	.select-box, .input-box{width: 170px;}
	.btn-ok{width: 120px;}
}
/*home-consulting-end*/
/*footer-start*/
.footer{width: 100%;overflow: hidden;}
.foot-directory{background: #222;padding:56px 0 60px;}
.foot-hotline{float: left;color:#818085;width: 230px;}
.foot-hotline .m-tit{font-size: 16px;color: #fff;}
.foot-hotline .m-phone{
	display: block;
	font-size: 26px;
	color: #e73208;
	line-height: 1;
	font-family: "Arial";
	margin:10px 0;
}
.foot-hotline .m-phone i{margin-right: 5px;}
.foot-hotline .m-address{line-height: 25px;margin-top: 26px;}
.foot-menu{float: right;width:910px;}
.foot-item{float: left;width: 16.66666%;padding:0 5px;}
.foot-item dt a{font-size: 16px;color: #f0eded;}
.foot-item dt{margin-bottom:18px;}
.foot-item dd a{color:#9f9f9f;}
.foot-item dd{margin:2px 0;}
.foot-ewm{
	float: right;text-align: center;margin-top:14px;
	border-left: 1px solid rgba(159,159,159,.18);
	padding-left:70px;
}
.foot-ewm .tit{font-size: 16px;color: #fff;}
.foot-ewm .m-img{
	margin-top: 26px;
	width: 125px;
	height: 125px;
	overflow: hidden;
}
.foot-ewm .m-img img{width: 100%;display:block;}
.foot-copyright{background: #fff;position: relative;}
.copyright{float: left;color: #706f6f;padding:10px 0;max-width: 1000px;}
.copyright a{color: #706f6f;}
.copyright .logo{
	display: inline-block;
	vertical-align: middle;
	height: 34px;
}
.copyright .logo img{
	height: 100%;
}
.foot-copyright .sx{display: inline-block;vertical-align:middle;width: 1px;height: 14px;background: #d8d4d4;margin:0 10px;} 
.foot-url{float: right;color: #666;line-height:54px;}
.foot-url a{color: #666;}
.foot-url .flink{display: inline-block;vertical-align: middle;cursor: pointer;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.foot-friend{position: absolute;bottom:100%;left: 0;width: 100%;background:#f3f3f3;padding:15px 0;z-index: 20;line-height: 1.5;display:none;}
.foot-friend a{
	margin:0 8px;
	color: #666;
	display: inline-block;
	vertical-align: top;
}
.foot-url .flink:hover .foot-friend{display: block;}



.footer a{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.footer a:hover,.foot-url .flink:hover{color: #cb320e}
@media (max-width: 1429px){
	.foot-menu{width:760px;}
	.foot-ewm{padding-left:35px}
}
/*footer-end*/
/*subbanner-start*/
.subbanner{height: 300px;background-repeat: no-repeat;background-position: center center;background-size: cover;}
/*subbanner-end*/
/*breadcrumb-start*/
.breadcrumb{
    padding:8px 0;
    background: #f0f0f0;
    color: #888;
}
.breadcrumb-nav a{
    position: relative;
    color:#888;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.breadcrumb-nav a::after {
    content: "\e602";
    font-family:"iconfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b3b3b3;
    font-size: 12px;
    margin:0 5px;
    vertical-align: middle;
}
.breadcrumb-nav a:last-child::after{display: none;}
.breadcrumb-nav a:hover{color: #e73208}
/*breadcrumb-end*/
/*menu-start*/
.sec-menu{border-bottom: 1px solid #e7e7e7;}
.menu-item{
	display: block;
	float: left;
	font-size: 18px;
	line-height: 57px;
	margin-right: 66px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu-item:hover{color: #e73208;}
.menu-item.active{color: #e73208;font-weight: C;}
#menuSlide .swiper-slide{width: auto;padding: 0 10px;}
#menuSlide .menu-item{margin: 0;white-space: nowrap;padding: 0 12px;}
#menuSlide .menu-item.active{background: #ff1f1f;color: #fff;}
.sec-menu .container{position: relative;}
.sec-menu .menu-arrow{
	font-size: 22px;
	color: #b6b6b6;
	width: 52px;
	height: 57px;
	text-align: center;
	line-height: 57px;
	position: absolute;
	top:0;
	z-index: 4;
	cursor: pointer;
	display: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sec-menu .menu-prev{left: -52px;}
.sec-menu .menu-next{right: -52px;}
.sec-menu .menu-arrow:hover{color:#e73208;}
/*menu-end*/
/*news-start*/
.sec-news{padding:40px 0 20px;}
.news-list{margin-left: -21px;}
.news-item{
	display: block;
	float: left;
	width: 386px;
	margin-left: 21px;
	margin-bottom: 20px;
}
.news-item .pic{
	width: 100%;
	height: 274px;
	overflow: hidden;
}
.news-item .pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.news-item .cont{
	padding:25px 28px;
	border: 1px solid #e5e5e5;
	height: 229px;
}
.news-item .tit{
	font-size: 20px;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-item .des{
	line-height: 24px;
    color: #888;
    margin: 10px 0 15px;
    height: 72px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-item .time {
    font-size: 16px;
    color: #666;
}
.news-item:hover .pic img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.news-item:hover .tit{color:#e73208;}
/*news-end*/
/*pagination-start*/
.pagination .zzzz{
 display:none;
}
.pagination{width: 100%;border-top: 1px solid #dbdbdb;border-bottom: 1px solid #dbdbdb; margin-bottom:60px;}
/*分页样式*/
.page_turner { text-align: center; }
.page_turner a, .page_turner span { display: inline-block; height: 40px; line-height: 40px; min-width: 40px; text-align: center;  margin-right: 2px; }
.page_turner a:link, .page_turner a:visited { text-decoration: none; }
.page_turner a:hover, .page_turner a.current { background: #F00; color: #FFF; }
.pagination a{
	float: left;
	display: block;
	width: 55px;
	height: 45px;
	border-left: 1px solid #dbdbdb;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #757d80;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pagination a:last-child{border-right: 1px solid #dbdbdb;}
.pagination a::after{
	content: '';
	background: #e73208;
	position: absolute;
	left: -1px;
	top:-1px;
	right:0;
	bottom: -1px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pagination a.page-icon{
	float: right;
	width: 118px;
	height: 45px;
	font-size: 18px;
	color:#bbbbbb;
}
.pagination a.page-icon:first-child{border-right: 1px solid #dbdbdb;}
.pagination a:hover{color:#fff;}
.pagination a.on{z-index: 1;color:#fff;}
.pagination a.on::after{opacity: 1;}
/*pagination-end*/
/*news-detail-start*/
.news-detail{padding:35px 0;}
.news-content{float:left;width: 800px;}
.news-title{font-size: 20px;line-height: 1.65;}
.news-de-inl{display: inline-block;color: #666;margin-right: 10px;}
.news-de-inl img{margin-right: 5px;}
.news-detail-box{color: #666;line-height: 2;padding:17px 0 30px;margin-bottom:35px;border-bottom: 1px solid #e7e7e7;}
.news-side{float: right;width: 320px;}
.news-fir{margin-bottom: 30px;}
.news-fir h4{margin-bottom: 20px;font-size:20px;}
.news-fir h2{margin-bottom: 20px;font-size:20px;}
.news-search{
  border:1px solid #cacaca;
  width:320px;
  height: 33px;
  border-radius: 16px;
  background: transparent;
  position:relative;
}
.news-inp{
  border: none;
  background: transparent;
  width:194px;
  height: 31px;
  font-size: 14px;
  padding-left: 20px;
}
.news-but{
  width:58px;
  height: 31px;
  color: #cacaca;
  text-align: center;
  line-height: 31px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top:0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-but:hover{color: #666;}
.news-side .news-item{
	float: none;
	margin-left: 0;
}
.news-side .news-item .pic{
	height: 227px;
}
.news-side .news-item .cont{
	height: auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news-side .news-item .time{
	margin-top: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news-side .news-item:hover .cont{
	background: #e73208;
	border-color:#e73208;
}
.news-side .news-item:hover .tit,
.news-side .news-item:hover .time{color:#fff;}

.share .text {
    display: inline-block;
    vertical-align: middle;
    color: #888;
    line-height: 30px;
}
.share .bshare-custom{
	display: inline-block;
    vertical-align: middle;
}
.share .bshare-custom a {
    display: inline-block;
    padding: 0;
    background: transparent;
    font-size:24px;
    line-height:30px;
    text-align: center;
    height:30px;
    color: #828383;
    margin: 0 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.share .bshare-custom a::before {
    font-family:"iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.share .bshare-custom a.bshare-weixin::before {
    content: "\e671";
}
.share .bshare-custom a.bshare-sinaminiblog::before {
    content: "\e670";
}
.share .bshare-custom a.bshare-qzone::before {
    content: "\e669";
}
.share .bdsharebuttonbox a:hover{color: #e73208}
.bd_weixin_popup{-webkit-box-sizing:content-box;box-sizing:content-box;}
.news-de-thr .bdsharebuttonbox{float: left;}
.news-de-fo{margin-top: 7px;}
.news-de-fo .pull-left{width:90%;}
.news-de-fo .pull-left h2{ font-size:18px}
.news-page{
	color: #888;
	line-height: 2;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
}
.news-page a{
	color: #888;
	-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.news-page a:hover{color: #e73208;}
.news-back{
  display: block;
  font-size: 24px;
  color: #888;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-back:hover{color:#e73208;}
/*news-detail-end*/
/*partner-start*/
.sec-partner{padding:55px 0 60px;}
.about-title{font-size: 42px;text-align: center;margin-bottom:17px;}
.about-des{line-height: 2;color:#666;}
.about-des h2{ font-size:18px}
/*合作伙伴*/
.partner-box{width: 100%;margin-top: 32px;}
.hexGrid{
	width: 100%;
	padding-top: 55px;
}
.partner-item{
	width: 190px;
	padding-bottom:220px;
	float: left;
	overflow: hidden;
    visibility: hidden;
    position: relative;
    margin:-52px 2px 0 2px;
}
.hexGrid .hex{
    position: absolute;
    top:1px;
    left:1px;
    right:1px;
    bottom:1px;
    visibility: visible;
    overflow: hidden;
    -webkit-transform: rotate(-60deg) skewY(29deg) translateZ(0px);
            transform: rotate(-60deg) skewY(29deg) translateZ(0px);
    border:1px solid #efefef;
}
.hexIn {
	position: absolute;
    visibility: visible;
    display: block;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    text-align: center;
    overflow: hidden;
    -webkit-transform: skewY(-29deg) rotate(60deg);
        -ms-transform: skewY(-29deg) rotate(60deg);
            transform: skewY(-29deg) rotate(60deg);
    border-left:2px solid #efefef;
    border-right:2px solid #efefef;
    background: #fff;
}
.hex img {
	visibility: visible;
	position: absolute;
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.hexGrid .partner-item:nth-child(7),
.hexGrid .partner-item:nth-child(18){
	margin-left:101px;
}
.hexGrid:hover .hex img{
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: 0.8;
}
.partner-item:hover .hex img{
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}
.partner-item:hover .hex,
.partner-item:hover .hexIn{
	border-color: red;
}
.default{text-align: center;}
.default .flex-control-paging{
	position: relative;
	bottom: auto;
	margin-top: 30px;
	display: inline-block;
	border:1px solid #c3c3c3;
	border-radius: 11px;
	width: auto;
	padding:6px 10px;
	font-size: 0;
}
.default .flex-control-paging li a{
	width: 11px;
	height: 11px;
	background: #c7c7c7;
}
.default .flex-control-paging li .flex-active{
	width: 11px;
	background: #e73208;
}
/*partner-end*/
/*honor-start*/
.honor-list{
	padding:65px 52.5px 30px 52.5px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.honor-item{
	float: left;
	width: 345px;
	height: 345px;
	background:url(images/honor_tz.png) no-repeat center bottom;
	text-align: center;
	margin:0 10px 45px 10px;
}
.honor-item a{
	display:block;
	width:198px;
	height: 280px;
	margin:0 auto;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.25);
	        box-shadow: 0 2px 2px rgba(0,0,0,.25);
}
.honor-item a img{
	width: 100%;
	height: 100%;
}
.honor-item p{
	color: #000;
	line-height: 30px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	margin-top: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.honor-item:hover p{color:#e73208;}
/*honor-end*/
/*download-start*/
.sec-download{padding:40px 0 10px;}
.download-box{margin-left: -20px;}
.download-item{
	float: left;
	width: 590px;
	background: #fff;
	padding:30px 40px;
	-webkit-box-shadow: 0 5px 16px rgba(0,0,0,.09);
	        box-shadow: 0 5px 16px rgba(0,0,0,.09);
	margin-left: 20px;
	margin-bottom: 20px;
}
.download-item .icon{
	float: right;
	width: 114px;
	height: 114px;
	border:1px solid #e7e7e7;
	border-radius: 50%;
	text-align: center;
	line-height: 112px;
	font-size: 30px;
	color: #888;
	-webkit-box-shadow:inset 0 3px 35px 0px rgba(0,0,0,.08);
	        box-shadow:inset 0 3px 35px 0px rgba(0,0,0,.08);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.download-item .cont{
	margin-right: 134px;
}
.download-item .tit{
	font-size: 22px;
	line-height: 28px;
	height: 56px;
	border-bottom: 1px solid #eaeaea;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.download-item .time{
	font-size: 16px;
	color: #888;
	margin-top: 18px;
}
.download-item:hover .tit{color:#e73208;}
.download-item:hover .icon{
	border-color: #ffb4a2;
	color:#e73208;
	-webkit-box-shadow:inset 0 3px 35px 0px rgba(231,50,8,.08);
	        box-shadow:inset 0 3px 35px 0px rgba(231,50,8,.08);
}
/*download-end*/
/*faq-start*/
.sec-faq{padding-top:40px;}
.faq-list li{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #bcbcbc;
}
.faq-head{
	background: #9a9ea7;
	padding:8px 20px 8px 60px;
	font-size: 18px;
	color: #fff;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.faq-head i{
	position: absolute;
	left: 19px;
	top:10px;
	font-size: 22px;
}
.faq-cont{
	margin-left: 40px;
	margin-top: 20px;
	font-weight: 300;
	line-height: 20px;
	color: #666;
	padding:18px 20px 18px 60px;
	border:1px solid #dadada;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 4px 7px 0 rgba(225,225,225,.35);
	        box-shadow: 0 4px 7px 0 rgba(225,225,225,.35);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.faq-cont::before{
	content: '';
	width: 10px;
	height: 7px;
	background:url(images/sjx.jpg) no-repeat;
	position: absolute;
	left: 33px;
	top:-7px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.faq-cont i{
	position: absolute;
	left: 19px;
	top:18px;
	font-size: 20px;
	color: #9a9ea7;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.faq-list li:hover .faq-head{
	background: #e73208;
}
.faq-list li:hover .faq-cont{
	border-color:#e73208;
}
.faq-list li:hover .faq-cont::before{
	background:url(images/sjx_01.jpg) no-repeat;
}
.faq-list li:hover .faq-cont i{color:#e73208}
/*faq-end*/
/*case-start*/
.sec-case{padding: 55px 0 10px}
.case-des{font-size: 18px;line-height: 28px;color: #666;text-align: center;}
.case-list{margin-top: 35px;}
.case-item{display: block;}
.case-list .case-item{margin-bottom: 20px;}
.case-item .m-fig{
	float: left;
	width: 600px;
	height: 400px;
	overflow: hidden;
}
.case-item .m-fig img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.case-item .m-cont{
	float: left;
	width: 600px;
	height: 400px;
	padding:35px 50px;
	border:1px solid #dedede;
	position: relative;
}
.case-item .m-tit{
	font-size: 22px;
	max-height: 90px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	padding-bottom: 24px;
	border-bottom: 1px solid #dedede;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.case-item .m-des{
	line-height: 24px;
	color: #666;
	height: 96px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 24px 0;
}
.case-item .btn-more{
	position: absolute;
	left: 50px;
	bottom: 40px;
	z-index: 4;
}
.case-item:hover .m-fig img{
	-webkit-transform: scale(1.06);
	    -ms-transform: scale(1.06);
	        transform: scale(1.06);
}
.case-item:hover .m-tit{color:#e73208;}
/*case-end*/
/*product-start*/
.sec-product{padding: 55px 0 20px;}
.product-list{margin-left: -21px;margin-top: 35px;}
.product-item{
	float: left;
	width: 386px;
	margin-left: 21px;
	margin-bottom: 20px;
}
.product-item .pic{
	width: 100%;
	height: 258px;
	overflow: hidden;
	border:1px solid #d5d5d5;
}
.product-item .pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.product-item .cont{
	display: block;
	border-bottom: 1px solid #d5d5d5;
}
.product-item .tit{
	font-size: 22px;
	height: 33px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	margin-top: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product-item .des{
	line-height: 24px;
	color: #666;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin:5px 0 18px;
}
.product-item .m-bott{margin-top: 25px;}
.btn-default{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 46px;
	padding:0 27px;
	background: #e73208;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-default:hover{background: #ca2f0b;}
.product-item .btn-more{vertical-align: middle;}
.product-item .btn-default{
	margin-left: 10px;
	vertical-align: middle;
	opacity: 0;
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.product-item:hover .pic img{
	-webkit-transform: scale(1.06);
	    -ms-transform: scale(1.06);
	        transform: scale(1.06);
}
.product-item:hover .tit{color: #e73208}
.product-item:hover .btn-default{
	opacity: 1;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
/*product-end*/
/*caseDetail-start*/
.caseDetail{padding:5px 0 30px;}
.caseDetail h2{ font-size:18px; font-weight:bold}
.caseDetail p{ line-height:30px}
.case-pic{
	float: left;
	width: 610px;
	height: 407px;
	overflow: hidden;
}
.case-pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.case-pic:hover img{
	-webkit-transform: scale(1.06);
	    -ms-transform: scale(1.06);
	        transform: scale(1.06);
}
.case-info{
	float: right;
	width: 578px;
	min-height: 400px;
	border:1px solid #e7e7e7; padding-bottom:10px 
}
.product-detail h2{ font-size:22px; font-weight:bold	
}
.case-title{
	font-size: 22px;
	color: #e73208;
	padding:15px 40px 25px 40px;
	border-bottom: 1px solid #e7e7e7;
}
.case-describe{padding:23px 40px;color: #666;line-height: 2;min-height: 247px;}
.case-describe1{padding:10px 1px;color: #666;line-height: 2;min-height:10px;}
.case-describe1 h2{ font-size:16px}
.case-describe .tit{font-size: 16px;font-weight: 600;color: #333;margin-top: 15px;}
.case-describe .tit:first-child{margin-top: 0;}
.case-caz{padding: 0 40px;}
.case-caz .share{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.case-caz .share .text{color: #333;}
.case-sec{
	color: #666;
	line-height: 2;
	padding: 25px 0;
	border-bottom: 1px solid #e7e7e7;
}
.case-sec .tit{
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.case-sec .col-2{float:left;width:610px;}
.case-sec .col-3{float: right;width: 538px;}
.case-sec img{max-width: 100%;}
.caseDetail .news-de-fo{margin-top: 30px;}
.recommend{padding-top: 40px;}
.recommend-title{
	text-align: center;
	font-size: 42px;
	margin-bottom: 30px;
}
.recom-case-list{margin-left: -21px;}
.recom-case{
	float: left;
	width: 386px;
	margin-left: 21px;
}
.recom-case .pic{
	width: 100%;
	height: 257px;
	overflow: hidden;
}
.recom-case .pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.recom-case .tit{
	font-size: 18px;
	line-height: 57px;
	text-align: center;
	padding:0 15px;
	border-bottom: 1px solid #dbdbdb;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.recom-case .tit::after{
	content: '';
	width: 100%;
	height: 100%;
	background: #e73208;
	position: absolute;
	top:100%;
	left: 0;
	z-index: -1;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.recom-case:hover .tit{
	color: #fff;
	border-color:#e73208;
}
.recom-case:hover .tit::after{top:0;}
.recom-case:hover .pic img{
	-webkit-transform: scale(1.06);
	    -ms-transform: scale(1.06);
	        transform: scale(1.06);
}
/*caseDetail-end*/
/*application-start*/
.sec-application{padding:55px 0 60px;}
.application-list{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 55px;
	margin:30px -5px 10px -5px;
}
.application-left{
	float: left;
	width: 403px;
}
.application-item{
	float: left;
	display: block;
	width: 393px;
	height: 323px;
	overflow: hidden;
	position: relative;
	margin:5px;
}
.application-item img{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.application-item .cont{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 4;
	background: rgba(17,17,17,.7);
	padding:22px 50px 22px 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.application-item .tit{
	font-size: 24px;
	color: #fff;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.application-item i{
	position: absolute;
	right: 30px;
	top:50%;
	margin-top: -7px;
	font-size:14px;
	color: #b3b3b3;
}
.application-item.app-big{
	width: 797px;
	height: 656px;
}
.application-item.app-big .cont{
	width: 525px;
	padding: 22px 70px 28px 40px;
}
.application-item.app-big .des{
	line-height: 24px;
	color: #fff;
	margin-top: 6px;
	height: 48px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.application-item:hover img{
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}
.application-item:hover .cont{
	background:rgba(231,50,8,.9);
}
.application-item:hover .tit{color:#fff;}
.application-item:hover i{color:#fff;}
#recommSlide .slides li{text-align: left;}
/*application-end*/
/*application-detail-start*/
.application-detail{padding:30px 0 60px;}
.application-title{font-size: 42px;text-align: center;margin-bottom: 30px;}
.application-pic{
	float: left;
	width: 590px;
	overflow: hidden;
}
.application-pic img{
	width: 100%;
	display: block;
}
.application-info{
	float: right;
	width: 570px;
}
.application-info .m-top{
	line-height: 2;
	color: #666;
	min-height: 141px;
	border-bottom: 1px solid #d8d8d8;
}
.application-info .detail-list{margin-top: 32px;min-height: 112px;}
.detail-list li{
	color: #888;
	line-height: 20px;
	margin:8px 0;
	position: relative;
	padding-left: 15px;
}
.detail-list li::before{
	content: '';
	width: 7px;
	height: 7px;
	border:1px solid #e73208;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:6px;
}
.application-info .case-caz{padding: 0;margin-top: 15px;}
.application-detail-cont{margin-bottom: 17px;}
.appl-tig{
	padding-right: 40px;
	cursor: pointer;
	position: relative;
}
.appl-tig .icon{
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -7px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.appl-tig .icon::before{
	content: '';
	width: 2px;
	height: 14px;
	background: #888;
	position: absolute;
	left: 50%;
	top:50%;
	margin-top: -7px;
	margin-left: -1px;
}
.appl-tig .icon::after{
	content: '';
	width: 14px;
	height: 2px;
	background: #888;
	position: absolute;
	left: 50%;
	top:50%;
	margin-top: -1px;
	margin-left: -7px;
}
.appl-cont{display:none;}
.appl-tig .tit{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.appl-tig:hover .tit{color:#e73208;}
.appl-tig:hover .icon::before,
.appl-tig:hover .icon::after{background:#e73208}
.appl-tig.open .icon{
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.recom-pro-list{margin-left: -21px;}
.recom-pro{
	float: left;
	width: 386px;
	margin-left: 21px;
}
.recom-pro .pic {
    width: 100%;
    height: 258px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
}
.recom-pro .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.recom-pro:hover .pic img {
    -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
            transform: scale(1.06);
}
.recom-pro .tit{
	font-size: 18px;
	line-height: 57px;
	text-align: center;
	padding:0 15px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.recom-pro .tit::after{
	content: '';
	width: 100%;
	height: 100%;
	background: #e73208;
	position: absolute;
	top:100%;
	left: 0;
	z-index: -1;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.recom-pro:hover .tit{
	color: #fff;
	border-color:#e73208;
}
.recom-pro:hover .tit::after{top:0;}
/*application-detail-end*/
/*contact-start*/
.contact-bg{
	background:url(images/contact_01.jpg) no-repeat center;
	background-size: cover;
	padding:115px 0 242px;
}
.contact-title{text-align: center;}
.contact-title h3{font-size: 42px;margin-bottom: 18px;}
.contact-title p{line-height: 2;color: #666;}
.contact .contact-title h3{color: #fff;}
.contact .contact-title p{color: #c6c6c6;}
.contact-fir{text-align: center;margin-top: 85px;}
.contact-fir ul{display: inline-block;}
.contact-fir li{float: left;text-align: left;padding:0 55px;}
.contact-ewm{
	width: 124px;
	text-align: center;
}
.contact-ewm img{
	width: 100%;
}
.contact-ewm p{color: #fff;margin-top: 5px;}
.contact-info{
	font-size: 18px;
	color: #fff;
	border-left: 1px solid #646466;
}
.contact-info p{margin-bottom:25px;}
.contact-info img{margin-right: 5px;}
.contact-map{margin-top: -128px;}
/*contact-end*/
/*message-start*/
.message{padding:60px 0;}
.rel{position: relative;}
.abs{position: absolute;height: 1px;top: -100px;}
.contact-title h5{font-size: 18px;color: #666;}
.contact-title h5 b{color:#e73208;font-weight:600;}
.message-form{width:615px;margin:20px auto 0 auto;}
.message-sel{text-align: center;padding:13px 0;}
.radio-box{display: inline-block;margin:0 10px;}
.radio[type=radio] {
    outline: 0;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    margin-right:5px;
    cursor: pointer;
    vertical-align: middle;
    border:1px solid #d1d1d1;
    border-radius: 50%;
    padding: 4px;
    -webkit-box-shadow:inset 0 0 9px rgba(0,0,0,.22);
            box-shadow:inset 0 0 9px rgba(0,0,0,.22);
}
.radio[type=radio]:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #e73208;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.radio[type=radio]:checked{
	border-color:#e73208;
	-webkit-box-shadow:inset 0 0 9px rgba(231,50,8,.22);
	        box-shadow:inset 0 0 9px rgba(231,50,8,.22);
}
.radio[type=radio]:checked:before {
    opacity: 1;
}
.radio-box label {
    font-size: 16px;
    color: #666;
    line-height:18px;
}
.message-form input[type=text]{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding:16px 20px;
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
}
.btn-submit{
	display: inline-block;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 33px;
	padding:0 35px;
	border: 1px solid #cecece;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-submit:hover{color: #e73208;border-color:#e73208;}
.message-form .btn-submit{margin-top:15px;}
/*message-end*/
/*job-start*/
.sec-job{padding:60px 0;background:#f5f5f5;}
.join-s{margin-top: 40px;}
.job-item{margin-bottom: 10px;}
.job-hea{width: 100%;height:50px;line-height: 50px;cursor: pointer;}
.job-le{float: left;width:50px;height:50px;position: relative;background: #666;}
.job-le:before{
	content: '';
	width: 20px;height:2px;position: absolute;top:50%;left: 50%;margin-left:-10px;margin-top:-1px;background:rgba(255,255,255,.3);
}
.job-le:after{content: '';height: 20px;width:2px;position: absolute;top:50%;left: 50%;margin-left:-1px;margin-top:-10px;background:rgba(255,255,255,.3);-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.job-ri {
    padding-left: 50px;
    background: #fff;
    font-size: 20px;
    line-height: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.job-z {
    float: left;
    padding: 0 30px;
}
.job-d {
    float: right;
    padding: 0 30px;
    color: #666;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.job-cont{display: none;background: #f8f8f8;}
.job-pad{padding:50px 30px 60px 30px;background: #fff;}
.job-b {
    position: relative;
}
.job-c-z{float: left;width: 50%;padding:0 20px;}
.job-c-z p{font-size: 16px;line-height: 28px;margin-bottom: 10px;}
.job-c-z li{color: #666;margin-bottom: 20px;}
.job-b::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #d5d5d5;
}
.btn-send{
	color: #fff;
	line-height:35px;
	padding:0 36px;
	background: #e73208;
	border:1px solid #e73208;
	display: inline-block;
	margin-left: 20px;
	-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.btn-send:hover{background: transparent;color: #099ef4;}
.job-hea.open .job-ri{background: #666;color:#fff;}
.job-hea.open .job-d{color: #fff;}
.job-hea.open .job-le{background:#e73208;}
.job-hea.open .job-le:after{opacity: 0;}
.job-hea.open .job-le:before{background: #fff;}
.join-bott{margin-top:25px;text-align: center;}
.join-load{
	display: inline-block;
	font-size: 16px;
	color: #666;
}
/*job-end*/
/*about-start*/
.sec-about{padding:60px 0;}
.about-fir{margin-top: 30px;}
.about-fir .m-pic{
	width: 880px;
	height: 587px;
	float: left;
	overflow: hidden;
}
.about-fir .m-pic img{width: 100%;height: 100%;}
.about-fir .m-cont{
	float:right;
	width: 320px;
	height: 587px;
	background: #e73208;
	color: #fff;
}
.about-fir li{margin-top:50px;text-align: center;}
.about-fir .single-num {
    display: inline-block;
    vertical-align: middle;
    font-family: "HelveticaNeue";
    font-size:70px;
    line-height: 63px;
}
.about-fir .num span {
    font-family: "Arial";
    font-size: 30px;
    line-height: 63px;
    display: inline-block;
    vertical-align: middle;
}
.about-fir li p {
    font-size: 16px;
}
.about-sec{background: #f4f4f4;padding:45px 80px;}
.about-list{border-bottom: 1px solid #c4c4c4;padding:35px 0;position: relative;}
.about-list::after{
	content: '';
	background: #c4c4c4;
	position: absolute;
	top:35px;
	bottom: 35px;
	left: 50%;
	width: 1px;
}
.about-list:last-child{border-bottom: none;}
.about-list li{
	float: left;
	width: 50%;
}
.about-list li:last-child{padding-left: 80px;}
.about-list:first-child ul{padding-top:20px;}
.about-list:last-child ul{padding-bottom:20px;}
.about-list .icon{
	float: left;
	width: 50px;
}
.about-list .icon img{
	width: 100%;
	display: block;
}
.about-list .cont{margin-left: 57px;}
.about-list .tit{font-size: 22px;margin-bottom:5px;}
.about-list p{color:#666;}
/*about-end*/
/*development-start*/
.development{padding-bottom: 60px;}
.development-box{position: relative;margin-top: 40px;}
.development-box::before{
	content: '';
	width: 100%;
	height: 1px;
	background: #cfcfcf;
	position: absolute;
	top:9px;
	left: 0;
}
.development-item{padding-top: 38px;padding-right: 30px;position: relative;}
.development-item .dot{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	left: 28px;
	top:0;
	padding:5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.development-item .dot i{
	display: block;
	background: #cfcfcf;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.development-item .year{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.development-item .even{
	line-height: 24px;
	color: #666;
}
.development-item:hover .dot{
	background: rgba(231,50,8,.3);
}
.development-item:hover .dot i{background: #e73208;}
.development-item:hover .year{color: #e73208;}
.development-prev,.development-next{
	font-size: 40px;
	color: #e4e4e4;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	top:-15px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.development-prev{left: -65px;}
.development-next{right: -65px;}
.development-prev:hover,.development-next:hover{color:#e73208;}
/*development-end*/
/*culture-start*/
.culture{background: #f4f4f4;padding: 60px 0 80px;}
.culture-box{margin-top: 30px;}
.culture-list{margin-left: -5px;}
.culture-item{width:296px;float: left;margin-left: 5px;margin-bottom: 5px;overflow: hidden;}
.culture-item img{
	width: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.culture-item.big{
	width: 597px;
}
.culture-item:hover img{
	-webkit-transform: scale(1.06);
	    -ms-transform: scale(1.06);
	        transform: scale(1.06);
}
/*culture-end*/
/*productDetail-start*/
.product-detail{padding:40px 0 30px;}
.product-detail neirong { padding:40px 0;}
.product-left{
	float: left;
	width: 600px;
}
.pro-view-big {
    width: 600px;
    height: 400px;
}
.pro-view-big .jqzoom {
    width: 600px;
    height: 400px;
    position: relative;
    cursor: pointer;
    display: block;
}
.jqzoom img {
    width: 100%;
    height: 100%;
}
.zoomdiv{
  z-index:100;
  position:absolute;top:0px;left:0px;
  width:365px;height:300px;
  background:#ffffff;
  display:none;
  text-align:center;
  overflow:hidden;
  border:1px solid #ECECEC;
}
.jqZoomPup{
  z-index:10;visibility:hidden;
  position:absolute;top:0px;left:0px;
  width:20px;height:20px;border:1px solid #aaa;
  background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);
}
.pro-thumb{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
.pro-thumb ul{
	overflow-x: auto;
}
.pro-thumb li{
	float: left;
	width: 140px;
	height: 94px;
	border:1px solid transparent;
	margin-left: 13px;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.pro-thumb li:first-child{margin-left: 0}
.pro-thumb li img{
	width: 100%;
	height: 100%;
}
.pro-thumb li.hover{
	border:1px solid #e73208;
}
.product-detail .case-info{min-height: 514px}
.product-detail .case-describe{min-height: 290px;}
.pro-info-bot{padding-top: 30px;padding-left: 40px;border-top: 1px solid #f0f0f0;margin-top: 14px;}
.product-spec{padding: 10px 0 30px;}
.product-menu{height: 58px;}
.srcoll-fixe {
    width: 100%;
    z-index: 400;
}
.product-menu.fixe .srcoll-fixe {
    position: fixed;
    top: 0;
    left: 0;
    background: #e73208;
    -webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.13);
            box-shadow:0 2px 10px 0 rgba(0,0,0,.13);
}
.srcoll-nav{
	height: 58px;
	background: #e73208;
    border:1px solid #e6e6e6;
    border-radius: 10px;
    -webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.13);
            box-shadow:0 2px 10px 0 rgba(0,0,0,.13);
}
.product-menu.fixe .srcoll-nav{
	border:none;
    -webkit-box-shadow:none;
            box-shadow:none;
}
.srcoll-nav li{
	float: left;
	width: 16.666%;
}
.srcoll-nav li a{
	display: block;
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	color: #fff;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.srcoll-nav li a::after{
	content: '';
	width: 1px;
	height: 20px;
	background: #cfcfcf;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -10px;
}
.srcoll-nav li:last-child a::after{display: none;}
.srcoll-nav li.on a{
	font-weight: 600;
}
.product-tit{font-size: 42px;text-align: center;padding:30px 0;}
.adv-left{
	float: left;
	width: 520px;
}
.adv-left li{
	font-size: 18px;
	line-height: 25px;
	padding:15px 0;
	border-bottom: 1px solid #dadada;
}
.adv-left li i{
	color: #c6c6c6;
	font-size: 24px;
	margin-right: 15px;
}
.pro-video{
	float: right;
	width: 600px;
	height: 400px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.pro-video video
{
    max-height: 100%;
    max-width: 100%;
}
.pro-video img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
/*.pro-video::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,.5);
}*/
.btn-play{
	width: 50px;
	height: 50px;
	background: url(images/icon_play.png) no-repeat center;
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pro-video:hover img{
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}
.pro-video:hover .btn-play{opacity: 0.6;}
.contrast-box{margin-left: -14px;position: relative;padding: 33px 0 60px;}
.contrast-item{
	float: left;
	width: 593px;
	overflow: hidden;
	margin-left: 14px;
}
.contrast-item.first{
	border-bottom-left-radius: 100px;
}
.contrast-item.last{
	border-bottom-right-radius: 100px;
}
.contrast-item .pic{
	height: 363px;
	overflow: hidden;
}
.contrast-item .pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.contrast-item:hover .pic img{
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}
.contrast-item .tit{
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	background: #666;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.contrast-item:hover .tit{
	background: #e73208;
}
.contrast-box .m-vs{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #e73208;
	position:absolute;
	top:0;
	left: 50%;
	margin-left: -48px;
	z-index: 10;
	padding:5px;
	-webkit-box-shadow: 0 4px 21px 0 rgba(231,50,8,.48);
	        box-shadow: 0 4px 21px 0 rgba(231,50,8,.48);
}
.contrast-box .m-vs i{
	display: block;
	width: 100%;
	height: 100px;
	font-family: "HelveticaNeue";
	font-style: normal;
	font-size: 46px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	border:1px dashed rgba(255,255,255,.5);
	border-radius: 50%;
}
.pro-theory{padding-bottom: 18px;}
.theory-info{
	float: right;
	width: 560px;
	color: #666;
	line-height: 30px;
}
.theory-pic{
	float: left;
	width: 618px;
	padding:15px 0;
	position: relative;
}
.theory-pic::after{
	content: '';
	width: 545px;
	height: 545px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -272.5px;
	margin-top: -272.5px;
	background: url(images/pro_05.png) no-repeat center;
	z-index: 2;
}
.theory-pic .pic{
	width: 370px;
	height: 370px;
	overflow: hidden;
	margin:0 auto;
}
.theory-pic .pic img{
	width: 100%;
	height: 100%;
}
.describe-item{margin-bottom: 20px;}
.describe-pic{
	float: left;
	width: 600px;
	height: 357px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.describe-pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.describe-pic::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
	border:3px solid transparent;
	border-radius: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.describe-item:hover .describe-pic img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.describe-item:hover .describe-pic::after{
	border-color:#e73208;
}
.describe-info{
	float: right;
	width: 560px;
	height: 357px;
	padding-top:20px;
}
.describe-info .tit{
	border-bottom: 1px solid #e73208;
	position: relative;
	padding-left: 70px;
}
.describe-info .tit span{
	font-size: 22px;
	font-weight: 600;
	line-height: 56px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.describe-info .tit i{
	position: absolute;
	left: 0;
	top:0;
	width: 56px;
	height: 56px;
	background: #e73208;
	font-size: 50px;
	font-weight: 600;
	font-style: normal;
	font-family: Arial;
	color: #fff;
	line-height: 56px;
	text-align: center;
}
.describe-info .des{color: #666;padding:15px 0;}
.describe-info .des p{margin-bottom: 10px;}
.describe-info .des p:last-child{margin-bottom: 0}
.describe-info .des b{color: #333;}
.describe-item:hover .describe-info .tit span{color:#e73208;}
.describe-item.des-02 .describe-pic{float: right;}
.describe-item.des-02 .describe-info{float: left;}
.describe-item.des-02 .describe-info .tit{
	text-align: right;
	padding-left: 0;
	padding-right: 70px;
}
.describe-item.des-02 .describe-info .tit i{
	left: auto;
	right: 0;
}
.pro-parameter{padding-bottom: 20px;}
.parameter-table{width: 100%;}
.parameter-table td{
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	padding: 11px 5px;
	text-align: center;
	border:1px solid #d5d5d5;
}
.parameter-table .th{
	font-size: 18px;
	padding:24px 5px;
}
.parameter-table tr:nth-of-type(odd){
	background: #fff9f8;
}
.parameter-table .xh{background: #fff;}
.pro-industry{padding-bottom: 40px;border-bottom: 1px solid #e7e7e7;margin-bottom: 25px;}
.industry-box{
    margin:0 -5px;
}
/*productDetail-end*/
/*视频弹窗*/
.pkm-model{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    background: rgba(0,0,0,.5);
}
.pkm-model-box{
   width: 764px;
    height: 524px;
    padding: 50px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    margin-left: -382px;
    top: 0;
    margin-top: -262px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.pkm-model-close{
    width: 38px;
    height: 38px;
    font-size: 32px;
    text-align: center;
    line-height: 38px;
    color: #666;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.pkm-model-close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pkm-model iframe{width: 100%;height: 100%;overflow: hidden;}
/*客服*/

.nav_center div, .index_nav_center div, .shou, .zhan {
	-webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}
.shou {
	z-index:601;
	cursor: pointer;
	width: 30px;
	height: 40px;
	top: 50%;
	margin-top: -15px;
	border-radius: 5px 0 0 5px;
	right: 62px;
	background: url("images/kefu_j.png") no-repeat -310px 0 #33302d;
	position: absolute;
}
.shou.on {background-position: -310px -40px;}

.my_page
{
    border-right:1px solid #dbdbdb;
    }
******* css 新增 **********

/*ability-start*/
.sec-ability{padding:60px 0 5px;}
.ability-box{margin-top: 50px;}
.ability-item{margin-bottom: 55px;}
.ability-le{
	float: left;
	width: 200px;
}
.ability-index{font-family: "HelveticaNeue_ltex";}
.index-num{
	float: left;
	font-size: 100px;
	color: #e73208;
	line-height: 70px;
}
.index-en{
	float: left;
	width: 21px;
	height: 70px;
	background: url(images/ability_index.jpg) no-repeat;
	font-size: 16px;
	color: #fff;
	line-height: 21px;
}
.index-en span{
	display: block;
	transform: rotate(90deg);
	transform-origin: left top;
	margin-left: 21px;
	width: 70px;
    height: 21px;
    padding-right: 10px;
    text-align: center;
    letter-spacing: 2px;
}
.ability-des{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 20px;
	padding-right: 55px;
}
.ability-ri{float: right;width: 1000px;}
.ability-title{
	font-size: 24px;
	padding:17px 40px;
	background: #f2f2f2;
	border-bottom: 6px solid #e73208;
	margin-bottom: 20px;
}
.ability_01{margin-left: -10px;}
.ability_01 .m-item{
	float: left;
	width: 495px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.ability_01 .m-item .pic{
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.ability_01 .m-item .pic img{
	width: 100%;
	height: 100%;
	transition: all .8s;
}
.ability_01 p{
	color: #666;
	line-height: 20px;
	padding:15px 0;
}
.ability_01 .m-item:hover .pic img{
	transform: scale(1.06);
}
.ability_01-tip{color: #666;padding-top: 26px;border-top: 1px solid #d5d5d5;}
.ability02-list{margin-top: 35px;}
.ability02-list li{
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.ability02-list .m-cont{
	line-height: 24px;
	color: #666;
	padding-bottom: 13px;
	padding-right: 110px;
	border-bottom: 1px solid #e73208;
	margin-right: 70px;
	min-height: 62px;
} 
.ability02-list .m-cont b{font-weight: 600;color: #e73208;}
.ability02-list .m-index{
	position: absolute;
	right: 0;
	bottom: -28px;
	z-index: -1;
}
.ability02-list .m-index span{
	font-size: 100px;
	font-weight: 600;
	color: #dadada;
	line-height: 97px;
	transition: all .4s;
}
.ability02-list .m-dot{
	position: absolute;
	right: 40px;
	bottom: 0;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	background: #fff;
	padding:25px;
	box-shadow: 0 5px 40px 0 rgba(0,0,0,.08);
}
.ability02-list .m-dot i{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #e73208;
}
.ability02-list li:hover .m-index span{color: #e73208;}
.ability03-list{margin-top: 50px;}
.ability03-list .it1 .m-pic{
	float: left;
	margin-left: 70px;
}
.ability03-list .it2 .m-pic{
	float: right;
	margin-right: 70px;
}
.ability03-list .m-pic{
	width: 460px;
	height: 460px;
	border:1px solid #f0f0f0;
	border-radius: 50%;
	position: relative;
}
.ability03-list .m-img{
	width: 400px;
	height: 400px;
	border:3px solid transparent;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top:30px;
	transition: all .4s;
}
.ability03-list .it1 .m-img{right: 130px;}
.ability03-list .it2 .m-img{left: 130px;}
.ability03-list .m-img img{
	width: 100%;
	height: 100%;
	transition: all .8s;
}
.ability03-list .m-anmt{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	transform: rotate(45deg);
	transition: all .8s;
}
.ability03-list .small-img{
	width: 116px;
	height: 116px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top:50%;
	margin-top: -58px;
}
.ability03-list .it1 .small-img{
	right: 0;
	margin-right: -58px;
}
.ability03-list .it2 .small-img{
	left: 0;
	margin-left: -58px;
}
.ability03-list .small-img img{
	width: 100%;
	height: 100%;
}
.ability03-list .m-cont{
	width: 470px;
	height: 460px;
}
.ability03-list .it1 .m-cont{float: right;}
.ability03-list .it2 .m-cont{float: left;}
.ability03-list .m-des{line-height: 24px;color:#666;position: relative;}
.ability03-list .it1 .m-des{
	padding-left: 110px;
}
.ability03-list .it2 .m-des{
	padding-right: 110px;
}
.ability03-list .m-des b{font-weight: 600;color:#e73208;}
.ability03-list .m-des::before{
	content: '';
	width: 90px;
	height: 1px;
	background: #e73208;
	position: absolute;
	top:50%;
	z-index: 4;
}
.ability03-list .m-des::after{
	content: '';
	width: 7px;
	height: 7px;
	background: #e73208;
	border-radius: 50%;
	position: absolute;
	top:50%;
	margin-top: -3.5px;
	z-index: 4;
}
.ability03-list .it1 .m-des::before{left: 0;}
.ability03-list .it1 .m-des::after{left: -4px;}
.ability03-list .it2 .m-des::before{right: 0;}
.ability03-list .it2 .m-des::after{right: -4px;}
.ability03-list li:hover .m-img{
	border-color:#e73208;
}

.ability03-list li:hover .m-img img{
	transform: scale(1.06);
}
/*ability-end*/
/*service-starat*/
.sec-service{padding:40px 0 60px;}
.btn-service{
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	padding:0 18px;
	background: #e73208;
	border:1px solid #e73208;
	border-radius: 5px;
	transition: all .4s;
}
.btn-service:hover{
	background: transparent;
	color: #e73208
}
.service-top{margin-bottom: 30px;}
.service-top .btn-service{margin-right:10px;}
.service-item{margin-bottom: 35px;}
.service-title{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 16px;
	position: relative;
}
.service-title .m-index{
	display: inline-block;
	width: 33px;
	height: 30px;
	background:url(images/service_index.jpg) no-repeat;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-align: center; 
	margin-right: 6px;
}
.service-table{width: 100%;text-align: left;}
.service-table th{
	border:1px solid #d7d7d7;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	line-height:30px;
	padding:14px 30px;
	min-width: 138px;
}
.service-table th.th-index{width: 138px;}
.service-table td{
	border:1px solid #d7d7d7;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding:9px 30px;
}
.service-cz{position: absolute;right: 0;top:0;}
.service-cz .btn-service{margin-left: 10px;}
.service-bott{text-align: right;margin: 20px 0 10px}
.service-bott .btn-service{margin-left: 10px;}
.service-img{text-align: center;}
.service-img img{
	max-width: 100%;
}
/*service-end*/


.parameter-table tr:hover td{background:#e73208;color: #fff;}

/*product-menu-three*/
.sec-menu{position: relative;}
.product-three{
	position: absolute;
	top:100%;
	left: 0;
	width: 100%;
	background: #ff1f1f;
	display: none;
	z-index: 300;
}
.product-three ul{padding:5px 0;font-size: 0;}
.product-three li{
	display: inline-block;
	position: relative;
	padding: 10.5px 0px;
	/* border-left: 1px solid rgba(255,255,255,.7); */
	margin: 1px 0;
}
.product-three li:first-child a{
	border-left: none;
	padding-left: 0;
}
.product-three li a{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 0 20px;
	border-left: 1px solid rgba(255,255,255,.7);
}
.product-three li.active a{font-weight: 800;}
/*product-menu-three -end*/

.kf1{position: fixed;right: 20px;top: 70%;transform: translateY(-50%);z-index: 1010;}
.kf1 span{cursor: pointer;width: 61px;height: 61px;display: inline-block;padding: 0 10px;box-sizing: border-box;text-align: center;padding-top: 12px;display: block;transition: all 0.5s;background: #fff;line-height: 18px;}
.kf1 span:nth-child(2),.kf1 span:nth-child(3),.kf1 span:nth-child(4){box-shadow: 0 0 2px #0000005c;}
.kf1 span.span1{margin-bottom: 10px;border-radius: 4px;}
.kf1 span.span2{background: #fff url(images/uph1.png)no-repeat center;border-radius: 5px;}
.kf1 span a{display: inline-block;font-size: 14px;line-height: 18px;color: #333;}
.kf1 span.span1:hover a{color: #fff;}
.kf1 span:hover{background: #b41823;}
.kf1 span.span2:hover{background: #b41823 url(images/uph.png)no-repeat center;cursor: pointer;}
.kf1 .kf_sq {
    background: #e30615;
}
.kf1 .kf_sq a {
    color: #fffcf4;
}

.kf span {
	z-index:602;
	-o-transition:all .5s;
	transition:all .5s;
	cursor: pointer;
	position: relative;
}

.kf span div {
	display: none;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	right: 75px;
	padding: 20px;
	font-size: 14px;
	color: #f4474c;
	bottom:2px;
}
.kfimgr{
	position: absolute;
	bottom:23px;
	right: -9px;
}
.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
	text-align: center;
	min-width: 148px;
	font-size: 14px;
	color: #666;
}
.pro-industry .more{
    height: 40px;
    width: 155px;
    line-height: 40px;
    text-align: center;
    margin: 25px auto 0 auto;
    font-size: 22px;
}
.pro-industry .more a{color: #fff;}
#menuSlide .menu-item:hover{background: #ff1f1f;color: #fff;}
.message-form textarea {
    width: 100% !important;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding: 16px 20px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}
#bsWXBox
{
height: 256px !important;
width: 232px !important;
}